home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / snowball.swf / scripts / DefineButton2_400 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  307 b   |  15 lines

  1. on(release){
  2.    if(_root.weight >= 1000)
  3.    {
  4.       name = _root.playername;
  5.       score = _root.weight;
  6.       game = "armorgamessnowball";
  7.       loadVariables("http://www.armorgames.com/highscores/postScore.php",this,"POST");
  8.       nextFrame();
  9.    }
  10.    else
  11.    {
  12.       gotoAndStop(3);
  13.    }
  14. }
  15.